From aa6d4e0708d834d1be51d94c1b3ff288d6349641 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 13 Apr 2024 23:47:31 -0700 Subject: feat(badges): remind hide feature for ai badges --- src/routes/user/[user]/badges/+page.svelte | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/routes/user/[user]') diff --git a/src/routes/user/[user]/badges/+page.svelte b/src/routes/user/[user]/badges/+page.svelte index f210e06c..f13ee76a 100644 --- a/src/routes/user/[user]/badges/+page.svelte +++ b/src/routes/user/[user]/badges/+page.svelte @@ -463,13 +463,10 @@ {@const isOwner = identity && (isId ? identity.id : identity.name) === data.username}
- Notice: Please refrain from adding badges which may contain AI-generated content to Badge - Wall, and either remove or hide any that are already present as to comply with AniList's new - policies on AI-generated material. -

- Failure to do so may result in AniList removing your Badge Wall link from your profile. -

- If you see any users with AI-generated badges, don't be afraid to remind them. + Notice: AniList will begin purging outbound links which contain AI-generated material in July, + this includes Badge Wall. If you have collected badges with AI-generated content, kindly use + the hide feature to hide these badges from the public, while allowing them to stay visible to + you as the account holder.

-- cgit v1.2.3